Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications


DBRSTRCT utility

Defines the access that all users, including you, have to your application database.

Syntax

SYNTAX
dbrstrct database-name 

database-name

The name of the database for which you want to restrict access.

Notes

Example

Sample DBSTRCT Command:

dbrstrct mydb 

As you can see from the options listed in Figure D–1, you can define access globally, for all files, or you can define access on a file-by-file basis. Any restrictions you define affect all users, including yourself.

Figure D–1: Database Restriction Utility

If you choose option 1 and deny update access but permit query access, no users, including yourself, will have update access to files or fields in the database, unless that update is being done by a procedure that was precompiled against the database before the database was restricted. However, all users will be able to write procedures that query the database.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095